home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / pupworld.swf / scripts / DefineButton2_662 / BUTTONCONDACTION on(keyPress Up).as < prev    next >
Encoding:
Text File  |  2011-06-09  |  126 b   |  7 lines

  1. on(keyPress "<Up>"){
  2.    if(Key.isDown(17))
  3.    {
  4.       level.player.intelligence = level.player.intelligence + 1;
  5.    }
  6. }
  7.